invisibleButtonPrevUnder = new symantec.itools.awt.InvisibleButton();
invisibleButtonPrevUnder.reshape(262,277,37,40);
add(invisibleButtonPrevUnder);
invisibleButtonNextUnder = new symantec.itools.awt.InvisibleButton();
invisibleButtonNextUnder.reshape(305,272,40,44);
add(invisibleButtonNextUnder);
slideShowPhotos = new symantec.itools.multimedia.SlideShow();
try {
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_1.GIF"), "Pristine Bungbusi beaches are ideal for relaxing and for all kinds of water sports, including surfing, water skiing, and snorkeling.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/Photo_8.gif"), "Hiking through the rainforest and touring botanical gardens are some of the many ways to explore the Bungbusi tropical paradise.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_3.GIF"), "At the top of Venduca volcano, you can safely watch the volcanic activity.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/Photo_7.gif"), "The ocean pounds against rocks formed from past Venduca lava flows.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_2.GIF"), "Who were the technologically advanced people that constructed this ancient Simerilian building? This riddle attracts archeologists and curious travelers from around the world.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_4.GIF"), "The extinct civilization that lived in Simerilia had indoor plumbing, running water, saunas, enclosed courtyards, and sophisticated art in their city buildings.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_5.GIF"), "The beautiful Moderna river slinks through this modern village. Portions of the river are perfect for white-water rafting.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/Photo_6.gif"), "Moderna rose gardens bloom year-round.");
invisibleButtonNext = new symantec.itools.awt.InvisibleButton();
invisibleButtonNext.reshape(305,272,40,41);
add(invisibleButtonNext);
invisibleButtonPrev = new symantec.itools.awt.InvisibleButton();
invisibleButtonPrev.reshape(264,273,35,43);
add(invisibleButtonPrev);
wrappingLabelDesc = new symantec.itools.awt.WrappingLabel();
wrappingLabelDesc.reshape(352,24,175,212);
add(wrappingLabelDesc);
wrappingLabelDesc.setText("Pristine Bungbusi beaches are ideal for relaxing and for all kinds of water sports, including surfing, water skiing, and snorkeling.");
//}}
}
public boolean handleEvent(Event event) {
if (event.target == invisibleButtonPrev && event.id == Event.ACTION_EVENT) {
invisibleButtonPrev_Action(event);
return true;
}
if (event.target == invisibleButtonNext && event.id == Event.ACTION_EVENT) {
invisibleButtonNext_Action(event);
return true;
}
if (event.target == slideShowPhotos && event.id == Event.ACTION_EVENT) {
slideShowPhotos_SlideChanged(event);
return true;
}
if (event.target == invisibleButtonPrevUnder && event.id == Event.ACTION_EVENT) {
invisibleButtonPrevUnder_Action(event);
return true;
}
if (event.target == invisibleButtonNextUnder && event.id == Event.ACTION_EVENT) {